Bug 596959 - DirectFB backend compilation broken with changes from 2.18.0 to 2.18.1
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 2 Oct 2009 05:39:34 +0000 (07:39 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Fri, 2 Oct 2009 05:39:34 +0000 (07:39 +0200)
Fix compilation of the DirectFB backend after internal API changes of GDK.

gdk/directfb/gdkwindow-directfb.c

index c0ff8e158f8309599964a1b4432ffaa6343bf22d..30ec834d18ea6fb8dd0e244d3596badeda032ecc 100644 (file)
@@ -2077,7 +2077,8 @@ GdkWindow *
 _gdk_windowing_window_at_pointer (GdkDisplay *display,
                                   gint       *win_x,
                                  gint       *win_y,
-                                  GdkModifierType *mask)
+                                  GdkModifierType *mask,
+                                  gboolean get_toplevel)
 {
   GdkWindow *retval;
   gint       wx, wy;
@@ -2137,7 +2138,8 @@ _gdk_windowing_get_pointer (GdkDisplay       *display,
   gdk_directfb_window_get_pointer (_gdk_windowing_window_at_pointer (display,
                                                                      NULL,
                                                                      NULL,
-                                                                     NULL),
+                                                                     NULL,
+                                                                     FALSE),
                                    x, y, mask);
 }